Custom Titlebar and Window design#44
Draft
bennyscripts wants to merge 37 commits intotools-spypetfrom
Draft
Conversation
Member
Author
|
ef4a39e and 52bdf37 have added support for Windows, I've tested and the following list are the remaining problems that need fixing:
|
…nly repositioned not recreated
Member
Author
|
The window now minimises on Windows "okay". It works but looks really naf. The next and final problem is the taskbar icon not displaying when the window is focused. After some research it looks like we will need to use two Tk instances (See Here). The other option is to forget the custom titlebar on Windows and Linux and only have it for Mac OS. Everything is currently working flawlessly on Mac OS. See below a video of the UI. It's gorgeous! CleanShot.2026-01-20.at.4.14.43.mp4 |
… dock instead of quitting app so its actually expected mac os behaviour
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A custom titlebar and window design. Has not been tested on Windows or Linux just yet so will have problems and will need adjusting before final release.
Current Issues: